gDEBugger User Guide

Debug Settings Dialog

This dialog allows you to specify the properties of the debugged application.

Debug Settings dialog

Arguments

Executable for Debug Session

The full path to the .exe file launched for a debug session.

Working Directory of the Debugged Application

The working directory of the .exe file.

Program Arguments

The debugged application's command line arguments (if there are any).

OpenGL Calls Log Directory

Log Files Directory

A directory where the OpenGL calls log files are saved.

Frame Terminators

Frame terminators are the functions that end your application render frame.
Using them enables you to view the log of a single render frame and not the entire calls log.

glFlush

glFlush is usually chosen by single buffer applications.

wglSwapBuffers

wglSwapBuffers is usually chosen by double buffered applications.